app: write higher-level gtk_application_accels static functions
authorSébastien Wilmet <swilmet@gnome.org>
Mon, 11 Apr 2016 15:28:23 +0000 (17:28 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Fri, 22 Apr 2016 10:38:56 +0000 (12:38 +0200)
commite0c34fd028e249e5a52d2c8d90590c737f2aac4d
treeeef86ab2c6517420978de80e8fbec8a1c6f39e9b
parentc574ef0954587282424c8ad3c62762c13fadce4b
app: write higher-level gtk_application_accels static functions

These will become the functions present in the
gtkapplicationaccelsprivate.h header.

The gtk_application_accels functions deal with detailed_action_name's
instead of action_and_target's. action_and_target is an implementation
detail of Accels.

The added function prototype is temporary, it'll be removed in a later
commit.

https://bugzilla.gnome.org/show_bug.cgi?id=764879
gtk/gtkapplication.c